home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
Projects
/
Testers
/
Drum Tester2
< prev
next >
Wrap
Text File
|
1998-10-26
|
1KB
|
30 lines
(def-orchestra 'orchestra
all-instruments (drums)
drums (hihat1 hihat2 basl snare fill)
)
(def-section-timesheet sect-a
with 1/1
tonality drums
drums "----"
;
; drum pattern
;
beat 1/16 ; 1---!---!---!---.---!---!---!---2---!---!---!---.---!---!---!---.
basl "- - - - - - - - - - - - - - - - - - " (join-drums mu80-analog BDAnalogL BassDrumM) with '(65)
snare " - - - - -- " (join-drums mu80-analog anasnareh SnareRoll) with '(35)
fill " - - - " (mu80-analog whipslap) with '(35)
hihat1 " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -" (mu80-analog cabasa) with '(65 55)
hihat2 "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " (mu80-analog AnaHHClosed1) with '(65 55)
)
(def-section sect-a
drums
channel 10
)
(play-file-p "drumtest"
all-instruments '(sect-a)
)